home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Games / xpipeman / Imakefile < prev    next >
Encoding:
Makefile  |  1995-05-03  |  620 b   |  23 lines

  1.  
  2. /*   SCORE_FILE = -DSCORE_FILE=\"./xpipescores\"    */
  3.       MAXSCORES = -DMAXSCORES=20
  4.         DEFINES = -Drandom=rand -Dsrandom=srand $(SCORE_FILE) $(MAXSCORES)
  5.  
  6.            SRCS = actions.c game.c graphics.c main.c score.c popup.c info.c
  7.            OBJS = actions.o game.o graphics.o main.o score.o popup.o info.o
  8.  
  9.        INCLUDES = -I$(TOP) -I$(TOOLKITSRC)
  10. LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB)
  11.   SYS_LIBRARIES = -lm
  12.  
  13. all:: xpipeman
  14.  
  15. ComplexProgramTarget(xpipeman)
  16. /*
  17.  *  The following is a matter of preference:
  18.  *
  19.  *  InstallManPage(xpipeman,$(MANDIR))
  20.  *  InstallProgram(xpipeman,$(BINDIR))
  21.  */
  22.  
  23.